home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.s.Control and !copy)
- {
- _root.s.HideSipka();
- this._visible = false;
- this.duplicateMovieClip("DObject",13300);
- _root.s.DObject.swapDepths(0);
- _root.s.DObject.gotoAndStop("pick");
- _root.s.DObject.copy = true;
- _root.s.DObject.origin = this;
- startDrag(_root.s.DObject,0);
- }
- if(copy)
- {
- stopDrag();
- if(eval(this._droptarget) != undefined and eval(this._droptarget) == _root.s.back2.brana)
- {
- _root.s.gotoAndStop("s7_zapojit");
- }
- this._visible = false;
- origin._visible = true;
- _root.s.ShowSipka();
- _root.s.DObject.removeMovieClip();
- }
- }
-